home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libmysqlclient15off.postinst < prev    next >
Text File  |  2008-09-19  |  381b  |  23 lines

  1. #!/bin/bash -e
  2.  
  3. # dh_installdeb will replace this with shell code automatically
  4. # generated by other debhelper scripts.
  5.  
  6. # Automatically added by dh_makeshlibs
  7. if [ "$1" = "configure" ]; then
  8.     ldconfig
  9. fi
  10. # End automatically added section
  11. # Automatically added by dh_makeshlibs
  12. if [ "$1" = "configure" ]; then
  13.     ldconfig
  14. fi
  15. # End automatically added section
  16.  
  17.  
  18. exit 0
  19.  
  20. # vim: ts=4
  21.  
  22.  
  23.